|
Kameleon-Plus
0.3.2
|
TODO: Brief description of Point class. More...
#include <ccmc/Point.h>


Public Member Functions | |
| Point () | |
| Point (T &c0, T &c1, T &c2) | |
| void | setComponents (T &c1, T &c2, T &c3) |
| const T & | c0 () |
| const T & | c1 () |
| const T & | c2 () |
| std::string | toString () |
| virtual | ~Point () |
Protected Attributes | |
| T | components [3] |
TODO: Brief description of Point class.
TODO: Full description of Point class
| ccmc::Point< T >::Point | ( | ) |
Default constructor
| ccmc::Point< T >::Point | ( | T & | c0, |
| T & | c1, | ||
| T & | c2 | ||
| ) |
|
virtual |
| const T & ccmc::Point< T >::c0 | ( | ) |
| const T & ccmc::Point< T >::c1 | ( | ) |
| const T & ccmc::Point< T >::c2 | ( | ) |
| void ccmc::Point< T >::setComponents | ( | T & | c1, |
| T & | c2, | ||
| T & | c3 | ||
| ) |
| std::string ccmc::Point< T >::toString | ( | ) |
|
protected |
1.8.3